home *** CD-ROM | disk | FTP | other *** search
/ Ancient Asian Sex Secrets / Ancient Asian Sex Secrets.iso / mac / EROSPROM.Dxr / 00232.ls < prev    next >
Encoding:
Text File  |  1996-09-05  |  963 b   |  38 lines

  1. on m6
  2.   global MD3, rantime, mp, s6, e6
  3.   set the cursor of sprite 6 to 4
  4.   set rantime to the ticks
  5.   set mp to 6
  6.   if the castNum of sprite 6 = e6 then
  7.     set the castNum of sprite 6 to s6
  8.     set MD3 to the duration of cast s6 - 3
  9.   else
  10.     set MD3 to the duration of cast (the castNum of sprite 6 + 1) - 3
  11.     set the castNum of sprite 6 to the castNum of sprite 6 + 1
  12.   end if
  13.   set the cursor of sprite 6 to [234, 235]
  14. end
  15.  
  16. on m7
  17.   global MD4, rantime, mp, s7, e7
  18.   set the cursor of sprite 7 to 4
  19.   set rantime to the ticks
  20.   set mp to 7
  21.   if the castNum of sprite 7 = e7 then
  22.     set the castNum of sprite 7 to s7
  23.     set MD4 to the duration of cast s7 - 3
  24.   else
  25.     set MD4 to the duration of cast (the castNum of sprite 7 + 1) - 3
  26.     put 
  27.     set the castNum of sprite 7 to the castNum of sprite 7 + 1
  28.   end if
  29.   set the cursor of sprite 7 to [234, 235]
  30. end
  31.  
  32. on chksnd
  33.   global curSND
  34.   if not soundBusy(1) then
  35.     puppetSound(curSND)
  36.   end if
  37. end
  38.